net/http.persistConn.shouldRetryRequest (method)

2 uses

	net/http (current package)
		transport.go#L616: 		} else if !pconn.shouldRetryRequest(req, err) {
		transport.go#L700: func (pc *persistConn) shouldRetryRequest(req *Request, err error) bool {